.tianqi-contaner{
background: #f4f6f8;
}
.today-contain{
    width: 100%;
    height: 343px;
    background-image: url('../../images/common//tianqi/bg.png');
    background-repeat: round;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-left:20px ;
    padding-right: 20px;
    box-sizing: border-box;
   
}
.operate{
    display: flex;
    flex-direction: column;
    font-size: 16px;
    margin-top: 20px;
}
.operate div{
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff;
}
.operate img{
    width: 20px;
    height: 20px;
}
.operate .address{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    position: relative;
}

.operate .address span{
    font-size: 16px;
    margin-left: 10px;
    color: #fff;
}
.operate-cli{
   margin-left: 10px;
   display: flex;
   align-items: center;
   cursor: pointer;

}
.operate-right{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.operate-right div{
    color: #fff;
    font-size: 16px;
}
.operate-right div img{
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
.tianqi-contaner .title{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    background: #ffffff;
}
.today{
    display: flex;
    width: 200px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    
}

.today .today-img{
    width: 114px;
    height: 114px;
}
.today .temp{
    font-size: 80px;
    font-weight: 500;
    margin-right: 10px;
    color: #fff;
}
.today  .other{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 380px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 25px;
    margin-top: 15px;
}
.today  .other p{
    font-size: 14px;
    color: #ffffff;
    padding: 0 8px;
    border-right: 1px solid #fff;
}
.today  .other p:last-child{

    border-right: none;
}
.today  .other p b{
    color: greenyellow;
    margin: 0 5px;
}
.todays-warpper{
    width: 100%;
    background-color: #ffffff;
    padding: 20px;
    box-sizing: border-box;
    max-height: 375px;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    padding-top: 10px;
}

.todays-warpper .title{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #4CA6FF;
    
}
.todays{
    width: 100%;
    background-color: #ffffff;
    display: flex;
    /* flex-wrap: wrap; */
    height: 250px;
    /* overflow-x: scroll; */
    position: absolute;
    left: 0px;
    padding: 0 20px;
    box-sizing: border-box;

}
.todays-warpper .left{
    position: absolute;
    left: -5px;
    top: 61%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    z-index: 999;
}
.todays-warpper .right{
    position: absolute;
    right: 0px;
    top: 61%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    z-index: 999;

}
.todays li{
    width: 115px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    font-size: 14px;
    box-sizing: border-box;
    flex-shrink: 0;
}
.todays li:hover{
    border: 1px solid #5EA5F6;
    border-radius: 8px;
}
.todays li:hover p:nth-child(1){
    color: #5EA5F6;
}
.todays li p{
    font-size: 14px;
    color: #999999;
}
.todays li p:nth-child(){
    font-size: 14px;
    color: #999999;
}
.todays li img{
    width: 54px;
    height: 54px;
}
.todays li .air{
    background-color: #80C269;
    color: #ffffff;
    padding: 3px;
    border-radius: 10px;
    width: 76px;
    text-align: center;
}
.todays li:last-child{
    border: none;
}
.todays li p:nth-child(1){
    color: #999;
}
.today-feel{
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
}
.today-feel li{
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 30px;
    box-sizing: border-box;
}
.today-feel li a:hover{
    color: #4CA6FF;
}
.today-feel li img{
    width: 40px;
    height: 40px;
    margin-right: 20px;
}
.today-feel li p{
    font-size: 16px;
    margin-bottom: 5px;
}

.today-feel li:last-child{
    border: none;
}
.today-feel li p:nth-child(1){
    color: #999;
}

/* //省市区联动 */
.mcon{
    width: 215px;
    height: 118px;
    background: #B4D9FF;
    border-radius: 8px;
    position: absolute;
    top: 35px;
    left: 0;
    display: flex;
    flex-direction: column;
    padding: 10px;
    box-sizing: border-box;
    display: none;
}
.mcon select{
    width: 100%;
    height: 26px;
    margin-right: 8px;
    background: #ffffff;
    border-radius: 8px;
    padding-left: 5px;
}
#province{
    margin-bottom: 10px;
}
.s_btnw{
    position: absolute;
    right: 10px;
    bottom: 10px;
}
#search_map{
    width: 120px;
    height: 26px;
    background: #2284EC;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
}
#search_map1{
    font-size: 14px;
    width: 65px;
    height: 26px;
    background: #FFFFFF;
    border-radius: 8px;
    line-height: 26px;
    text-align: center;
}